home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_perl.idb / usr / freeware / lib / perl5 / 5.00502 / open2.pl.z / open2.pl
Encoding:
Perl Script  |  1998-10-28  |  185 b   |  13 lines

  1. # This is a compatibility interface to IPC::Open2.  New programs should
  2. # do
  3. #
  4. #     use IPC::Open2;
  5. #
  6. # instead of
  7. #
  8. #     require 'open2.pl';
  9.  
  10. package main;
  11. use IPC::Open2 'open2';
  12. 1
  13.